From 3d35b46891f668819f4be5b379270899f5f573ab Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 3 Aug 2012 16:33:13 -0700 Subject: [PATCH] Add a test for paragraphs with extra newline spacing This test simply documents the current PHP parser behavior, so that it remains compatible while we are tweaking Parsoid. Change-Id: I807efb93da6c69da124bcab5c7fbd531b4deaa2b --- tests/parser/parserTests.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index dd205f6143..48e1d7cbb3 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -84,6 +84,29 @@ This is a simple paragraph.

!! end +!! test +Paragraphs with extra newline spacing +!! input +foo + +bar + + +baz + + + +booz +!! result +

foo +

bar +


+baz +


+

booz +

+!! end + !! test Simple list !! input -- 2.20.1